@charset "utf-8";
/* CSS Document */
body{
	font-family: "微软雅黑";
	font-size: 62.5%;
	color: #858585;
}

@font-face
{
font-family: Kanit;
src: url('/fonts/Kanit.ttf');
}

@font-face
{
font-family: Carefree;
src: url('/fonts/CAREFREE.ttf');
}

a{text-decoration: none; color: #858585;}

a:hover{text-decoration: none; color: #3ba356;}

@media (min-width: 768px) {
	.col-my-1 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	  }
	.col-my-2 {
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		max-width: 40%;
	  }
	.show-m{display:none !important;}
}

@media (max-width: 767px) {
	.show-pc{display: none !important;}
}

/*导航*/

#dh-navbar .navbar {
    border:none;
	background:#FFFFFF;
	padding:0;
}

#dh-navbar .navbar-brand img{max-width: 231px; margin: 0 auto;}

#dh-navbar .navbar-nav > li > a {
		color: #919191;
		font-size: 1.8em;
		display: block;
		text-decoration: none;
	  	position: relative;
	}
#dh-navbar .navbar-nav > li > a:hover,
#dh-navbar .navbar-nav > li > a:focus,
#dh-navbar .navbar-nav > li.active > a,
#dh-navbar .navbar-nav > li.currclass > a{
	text-decoration: none;
	color: #353535;
}
@media (min-width: 768px) {
	#dh-navbar nav{
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	
	#dh-navbar .navbar-nav > li{padding: 0px 15px;}
	#dh-navbar .navbar-nav > li > a {
		text-decoration: none;
	  	position: relative;
		height: 90px;
		line-height: 90px;
	}
	#dh-navbar .navbar-nav > li > a::before {
	  content: '';
	  width: 0;
	  height: 1px;
	  position: absolute;
	  bottom:30px;
	  left: 100%;
	  background: #353535;
	  -webkit-transition: all 0.3s ease;
	  -moz-transition: all 0.3s ease;
	  -ms-transition: all 0.3s ease;
	  -o-transition: all 0.3s ease;
	  transition: all 0.3s ease;
	}
	#dh-navbar .navbar-nav > li > a:hover::before {
	  width: 100%;
	  left: 0;
	  -webkit-transition: width 0.3s ease;
	  -moz-transition: width 0.3s ease;
	  -ms-transition: width 0.3s ease;
	  -o-transition: width 0.3s ease;
	  transition: width 0.3s ease;
	}

	#dh-navbar .navbar-nav > li.currclass > a::before {
	  width: 100%;
	  left: 0;
	  content: '';
	  height: 1px;
	  position: absolute;
	  bottom: 30px;
	  background: #353535;
	  -webkit-transition: all 0.3s ease;
	  -moz-transition: all 0.3s ease;
	  -ms-transition: all 0.3s ease;
	  -o-transition: all 0.3s ease;
	  transition: all 0.3s ease;
	}
}
@media (max-width: 767px) {
	#dh-navbar .navbar-brand{margin-left: 1rem; height: 70px; line-height: 57px;}
	#dh-navbar .navbar-brand img{max-width: 190px;}
	#dh-navbar .navbar-nav > li > a {
		padding:5px 0px;
		text-align: center;
		writing-mode: horizontal-tb;
  		-webkit-writing-mode: horizontal-tbl;
  		-ms-writing-mode: horizontal-tb;
	}
	#dh-navbar .navbar-nav > li > a:hover,
	#dh-navbar .navbar-nav > li > a:focus,
	#dh-navbar .navbar-nav > li.active > a,
	#dh-navbar .navbar-nav > li.currclass > a{
		text-decoration: none;
		color: #353535;
		writing-mode: horizontal-tb;
  		-webkit-writing-mode: horizontal-tb;
  		-ms-writing-mode: horizontal-tb;
		background:none;
	}
}
#dh-navbar .navbar-collapse{
	flex-grow: 0;
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border:none;
}

/*幻灯*/

.carousel-caption {
  position: absolute;
  right: 0%;
  top:28%;
  left: 0%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align:left;
}
.carousel-caption h3{ font-size:20px; font-weight:bold; color: #FFFFFF; margin-bottom: 0px;}

.carousel-caption h3 a{color: #FFFFFF;}

.carousel-caption p{ font-size:20px; font-weight:lighter; color: #FFFFFF; line-height:100%;}

.carousel-caption p a{color: #FFFFFF;}

.carousel-caption h4{ font-size:16px; font-weight:bold; color: #FFFFFF; margin-bottom: 0px; margin-top: 70px;padding-left:6px;}

.carousel-caption h4 a{color: #FFFFFF;}

@media(max-width:767px){
	.carousel-caption p{margin-bottom: 5px; top:24%;}
}

@media(min-width:768px){
	.carousel-caption h3{font-size:28px;}
	.carousel-caption p{font-size:28px;}
	.carousel-caption h4{font-size:20px;margin-top: 180px;padding-left:150px;}
}
@media(min-width:1024px){
	.carousel-caption h3{font-size:34px;}
	.carousel-caption p{font-size:34px;}
	.carousel-caption h4{font-size:22px;margin-top: 120px;padding-left:170px;}
	}

@media(min-width:1366px){
	.carousel-caption h3{font-size:48px;}
	.carousel-caption p{font-size:48px;}
	.carousel-caption h4{font-size:24px;margin-top: 170px;padding-left:160px;}
	}

@media(min-width:1440px){
	.carousel-caption h3{font-size:48px;}
	.carousel-caption p{font-size:48px;}
	.carousel-caption h4{font-size:24px;margin-top: 180px;padding-left:150px;}
	}
@media(min-width:1920px){
	.carousel-caption h3{font-size:60px;}
	.carousel-caption p{font-size:60px;}
	.carousel-caption h4{font-size:32px;margin-top: 235px;padding-left:0px;}
	}
@media(min-width:2560px){
	.carousel-caption h3{font-size:80px;}
	.carousel-caption p{font-size:80px;}
	.carousel-caption h4{font-size:36px;margin-top: 320px;padding-left:0px;}
	}

/*标题*/

.title-section{text-align: center;}

.title-section h2{
	font-size: 24px;
	margin-bottom: 40px;
	color: #020202;
	font-weight: normal;
	margin-top: 0px;
}

.bt{padding-top: 123px; padding-bottom: 65px;}

.bt h1{ font-size: 36px; font-weight: bold; color: #353535; margin-bottom: 28px; text-align: center;}

.bt h2{ font-size: 18px; font-weight: normal; color: #858585; line-height: 33px;text-align: center;}

@media (max-width: 767px) {
	.bt h1{ font-size: 20px; line-height: 24px; margin-bottom: 15px;}
	
	.bt h2{font-size: 13px; line-height: 24px;}
	
	.bt{padding-top: 30px; padding-bottom: 15px;}
}

.more{text-align: center;padding-top: 70px; padding-bottom: 70px;}

.more .btn-primary {
  background-color: #3ba356;
  border-color: #3ba356;
}

.more .btn-primary:hover {
  background-color: #297e3f;
  border-color: #297e3f;
}

.more .btn-primary:focus, .more .btn-primary.focus {
  color: #fff;
  background-color: #297e3f;
  border-color: #297e3f;
  box-shadow: 0 0 0 0.2rem rgba(59, 163, 86, 0.5);
}

.more .btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #3ba356;
  border-color: #3ba356;
}

.more .btn-primary:not(:disabled):not(.disabled):active, .more .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #3ba356;
  border-color: #3ba356;
}

.more .btn-primary:not(:disabled):not(.disabled):active:focus, .more .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(59, 163, 86, 0.5);
}

.more .btn {border-radius: 25px;padding: 0.375rem 3rem;}

/*关于*/

#about-section{padding-top: 44px; margin-bottom: 80px;}

#about-section .bt{padding-top: 62px; padding-bottom: 0px;}

#about-section h3{font-size: 72px; font-weight: bold; color: #3ba356; padding-left: 15px; padding-right: 15px; font-family: Kanit;}

#about-section p{ font-size: 18px; font-weight: normal; color: #858585; line-height: 33px;padding-left: 15px; padding-right: 15px;}

#about-section .about-f{ padding-top: 80px; text-align: center;}

#about-section .bt h1{text-align: justify;}

#about-section .bt h2{margin-bottom: 50px; text-align: justify;}

#about-section .more{text-align: justify;}

@media (max-width: 767px) {
	#about-section{padding-top: 0px; margin-bottom: 60px;}
	
	#about-section .bt{padding-top: 42px;}
	
	#about-section h3{font-size: 50px;padding-left:0; padding-right:0;}

	#about-section p{ font-size: 14px;padding-left: 0px; padding-right: 0px;line-height: 24px;}
	
	#about-section a{margin-left: 27%;}
}

/*课程体系*/

#system-section{background-color: #f5f4f4;}

#system-section img{max-width: 100%;}

#system-section .intro{border: 1px solid #e7e7e7;border-radius: 10px; background-color: #FFFFFF; padding-bottom: 70px;}

#system-section .intro-thumb{
    position: relative;
    overflow: hidden;
	width: 165px;
	height: 165px;
	margin: 45px auto;
	border-radius: 83px;
}



#system-section .intro-thumb img{
    max-width: 100%;
    height:auto;
    transform:  scale(1);
    -moz-transform:  scale(1);
    -webkit-transform:  scale(1);
    -ms-transform:  scale(1);
    -o-transform:  scale(1);
    transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    -ms-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
}



#system-section .intro h3{font-size: 18px; font-weight: bold; color: #858585;padding-left: 24px; padding-right: 24px; text-align: center;}

#system-section .intro p{font-size: 16px; font-weight: normal; color: #858585;padding-left: 24px; padding-right: 24px; text-align: center;}

@media(min-width:768px){
	#system-section .intro:hover img{
		transform:  scale(1.1);
		-moz-transform:  scale(1.1);
		-webkit-transform:  scale(1.1);
		-ms-transform:  scale(1.1);
		-o-transform:  scale(1.1);
	}
	
	#system-section .intro:hover h3{ 
		color: #3ba356;
		transition: all 0.5s linear 0s;
		-moz-transition: all 0.5s linear 0s;
		-webkit-transition: all 0.5s linear 0s;
		-ms-transition: all 0.5s linear 0s;
		-o-transition: all 0.5s linear 0s;
	}
}

@media(max-width:767px){
	#system-section .col-6{padding-right:10px;padding-left:10px;}
	#system-section .intro{border:none;border-radius:0; background-color:#f5f4f4; padding-bottom:0;margin-bottom: 20px;}
	#system-section i{
		color: #3ba356;
		font-size: 30px;
	}
	
	#system-section .intro h3{font-size: 16px; padding-left: 0px; padding-right: 0px; color: #3ba356;}
	
	#system-section .intro p{font-size: 13px; padding-left: 0px; padding-right: 0px; line-height: 30px;}

	#system-section .intro-thumb{
    position: relative;
    overflow: hidden;
	width: 120px;
	height: 120px;
	margin: 30px auto;
	border-radius: 60px;
}
}

/*教学理念*/

#linian-section{ margin-bottom:70px;}

#linian-section .ln{ padding-top: 30px;}

#linian-section .ln2{padding-top: 100px;}

#linian-section h3{font-size: 30px; font-weight: bold;color: #4ba356; margin-bottom: 20px;}

#linian-section h3 span{font-size: 18px; font-weight: normal;color: #616161; border: 1px solid #dedede; border-radius:25px;padding: 5px 30px; margin-right: 30px;}

#linian-section p{font-size: 18px; font-weight: normal;color: #858585; line-height: 30px;}

@media(max-width:767px){
	#linian-section h3:first-child{margin-top: 30px;}

	#linian-section h3{font-size: 24px;margin-bottom: 0px; margin-top: 10px;}
	
	#linian-section h3 span{font-size: 14px; margin-right: 10px; padding: 5px 10px;display:block;width:80px;}
	
	#linian-section p{font-size: 14px; line-height: 24px;margin-top: 10px;}
	
	#linian-section .ln .col-4{ line-height: 214px;}
	
	#linian-section .ln .col-4:first-child {line-height: 154px;}
	
	#linian-section .ln:last-child .col-4{line-height: 244px;}
	
	#linian-section .ln2{padding-top: 0px;}

	#linian-section img{max-width:100%;}
}

/*北大团队*/

#team-section {background-color: #f5f4f4;}

#team-section .teambox{ border-radius: 50%;background-color: #4ba356; color: #FFFFFF;text-align: center; padding-top: 25%; margin-bottom: 30px;position: relative;overflow: hidden;-webkit-backface-visibility: hidden; -moz-backface-visibility: hidden;}

#team-section .teambox h2{font-size: 30px; font-weight: bold;}

#team-section .teambox h3{font-size: 16px; font-weight: normal; margin-bottom: 30px;}

#team-section .teambox h4{font-size: 18px; font-weight: bold;}

#team-section .teambox p{font-size: 16px; font-weight: normal; color:#949494; line-height:35px;}

#team-section .teambox p a{color:#949494;}

#team-section .teambox p a:hover{color:#949494;}

#team-section .teambox-hover{border-radius: 50%; position: absolute; left:0;top:0; z-index: 10;width: 100%;height: 100%; overflow: hidden; text-align: center; display: none; padding:20% 10%; background-color:#FFFFFF;
	animation: hideIndex 0.5s;
	-moz-animation: hideIndex  0.5s; /* Firefox */
	-webkit-animation: hideIndex  0.5s; /* Safari and Chrome */
	-o-animation: hideIndex  0.5s; /* Opera */
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}

#team-section .teambox:hover{background-color: #FFFFFF!important;}

#team-section .teambox:hover .teambox-hover{display: block;}

@keyframes hideIndex{
	0%{ opacity: 0;}
	100%{opacity: 1;}
}

@media(max-width:767px){
	#team-section{padding-bottom:20px;}
	#team-section .teambox{margin-bottom: 10px;border-radius: 25px; padding-top: 10px;height:auto !important; padding-bottom:10px;}
	#team-section .teambox h2{font-size: 26px;}
	#team-section .teambox h3{font-size: 12px; margin-bottom: 0px;}
	#team-section .teambox h4{font-size: 13px; display:none;}
	#team-section .teambox p{font-size: 13px; line-height:22px;text-align:center;}
	#team-section .teambox-hover{border-radius: 25px;padding-top: 10px;padding-bottom:10px;overflow: hidden;}
}

/*优秀教师*/

#teacher-section img{max-width: 100%;}

@media(max-width:767px){
#teacher-section img{margin-top:45px;}
}

/*故事*/

#story-section img{max-width: 100%;}

#story-section .intro{padding-bottom: 40px;}

#story-section .intro-thumb{
    position: relative;
    overflow: hidden;
	margin-bottom: 30px;
}



#story-section .intro-thumb img{
    max-width: 100%;
    height:auto;
    transform:  scale(1);
    -moz-transform:  scale(1);
    -webkit-transform:  scale(1);
    -ms-transform:  scale(1);
    -o-transform:  scale(1);
    transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    -ms-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
}



#story-section .intro h3{font-size: 18px; font-weight: bold; color: #858585; text-align: center;}

#story-section .more{padding-top: 30px;}

@media(min-width:768px){
	#story-section .intro:hover img{
		transform:  scale(1.1);
		-moz-transform:  scale(1.1);
		-webkit-transform:  scale(1.1);
		-ms-transform:  scale(1.1);
		-o-transform:  scale(1.1);
	}
	
	#story-section .intro:hover h3{ 
		color: #3ba356;
		transition: all 0.5s linear 0s;
		-moz-transition: all 0.5s linear 0s;
		-webkit-transition: all 0.5s linear 0s;
		-ms-transition: all 0.5s linear 0s;
		-o-transition: all 0.5s linear 0s;
	}
}

@media(max-width:767px){
	#story-section .intro{padding-bottom: 0px;}
}

/*课堂风采栏目页*/

#story-section .n-story .intro{padding-top: 40px; padding-bottom: 0px;}

#story-section .n-story{padding-bottom: 200px;}

/*搜索*/

#search-section{background:#f3f8ef url("/yueduimages/searchbg.png") center center no-repeat; min-height: 975px; background-size:contain;}

#search-section .search .form-control-lg{border-radius: 2rem;padding: 2rem 2rem;}

#search-section .search .btn{font-size: 30px;border-radius: 35px;padding: 0.5rem 2rem;}

#search-section .search .btn-primary {
  background-color: #3ba356;
  border-color: #3ba356;
}

#search-section .search .btn-primary:hover {
  background-color: #297e3f;
  border-color: #297e3f;
}

#search-section .search .btn-primary:focus, #search-section .search .btn-primary.focus {
  color: #fff;
  background-color: #297e3f;
  border-color: #297e3f;
  box-shadow: 0 0 0 0.2rem rgba(59, 163, 86, 0.5);
}

#search-section .search-result{ padding-bottom: 0px;}

#search-section .search-result .col-my-1{margin-top: 15px; margin-bottom: 15px; padding-left: 10px; padding-right: 10px;}

#search-section .more.search-result .btn {padding: 0.375rem 0rem; width: 100%;}



/*搜索书房子页面*/

#search-section.n-search{min-height: 995px; background-size:auto; padding-bottom: 200px;}

#search-section h3{ margin-top: 0px; padding-left: 34px; margin-bottom:125px; font-size:40px; color:#444444; font-family:"微软雅黑"; font-weight: bold;background: url("/yueduimages/nrtop_bg.jpg") left 53px no-repeat; padding-top: 53px;}

#search-section.n-search .search .form-control-lg{border-radius: 2rem;padding: 0.5rem 1rem; -webkit-appearance:none;}

#search-section.n-search .search .btn{font-size: 26px;border-radius: 35px;padding: 0.2rem 2rem;}

#search-model .modal-content{height:159px; background:#3ba356 url("/yueduimages/xiaoqu.jpg") 90% center no-repeat; color: #FFFFFF; padding-left: 45px; border: none; border-radius:0;overflow:hidden;}

#search-model .modal-header{border-bottom: none; font-size: 30px;}

#search-model .modal-body{padding:0 1rem;}

#search-model h5.modal-title{font-size: 30px;}

#search-model .modal-body p{font-size: 18px; margin-bottom: 5px;}

@media(max-width:767px){
	
	#search-section{min-height: 400px;}
	
	#search-section .search .btn{font-size: 18px;}
	
	#search-section .search .text-center{margin-top: 50px;}
	
	#search-section .search-result .col-my-1{margin-top: 5px; margin-bottom: 5px; padding-left: 15px; padding-right: 15px;}
	
	#search-section.n-search{padding-bottom: 200px; background-size:contain;}

	#search-model .modal-content{height:350px; background:#3ba356 url("/yueduimages/xiaoqu.png") right bottom no-repeat;  padding: 20px; border-radius:1rem;}

}

/*新闻*/

#news-section{background-color: #f5f4f4;}

#news-section .bt h1{margin-bottom: 0px;}

#news-section .bt{padding-bottom: 30px;}

/*爱上阅读*/

#read-section{background-color: #f5f4f4; padding-bottom: 156px;}

#read-section .read{padding-top: 5%;}

#read-section h3{font-size: 72px; font-weight: bold; color: #3ba356; padding-left: 15px; padding-right: 15px; font-family: Kanit;}

#read-section p{ font-size: 18px; font-weight: normal; color: #858585; line-height: 33px;padding-left: 15px; padding-right: 15px;}
@media (min-width: 768px) {
	#read-section .more{text-align: justify;}

	#read-section .more .btn{font-size: 36px;border-radius: 35px;padding: 0.5rem 5rem;}
}
@media (max-width: 767px) {
	#read-section h3{font-size: 50px;padding-left: 0; padding-right: 0;text-align:center;}
	#read-section p{ font-size: 18px;padding-left: 0; padding-right: 0; text-align:center;}
}

/*底部*/

footer { padding-bottom: 70px; background: #4a4a4a;}

footer .bolang{ height:57px; background: url("/yueduimages/bodybg2.jpg") center top repeat-x;margin-bottom: 30px;}

footer .bolang2{ height:57px; background: url("/yueduimages/bodybg.jpg") center top repeat-x;margin-bottom: 30px;}

footer .bolang3{ height:57px; background: url("/yueduimages/bodybg3.jpg") center top repeat-x;margin-bottom: 30px;}

footer h4{font-family: Kanit; font-size: 50px; color: #FFFFFF;margin-top: 40px; line-height:60px;}

footer h4 .fa{font-size:25px; margin-right:20px; color:#a3a3a3;vertical-align: middle;}

footer p{ font-size: 18px; color: #a3a3a3; margin-bottom:0px; margin-top: 20px;}

footer img.show-pc{max-width:223px;}

footer img.show-m{max-width:180px;padding-top:20px;}

footer .text-right img{max-width: 204px;}

footer .d-block{margin-top: 40px;}

@media (max-width: 767px) {
	footer { padding-bottom: 60px;}
	footer h4{font-size: 40px; margin-top: 40px; margin-bottom: 40px;text-align: center; padding-left: 0;}
	footer .text-right{text-align: center !important; padding-top:30px;}
	footer p{ font-size: 13px; margin-bottom:5px; margin-top: 0px; text-align: center;}
}

/*内页幻灯*/

#n-banner{position: relative;width: 100%; overflow: hidden;}

#n-banner .carousel-caption{top: 25%; text-align: center;}

#n-banner .carousel-caption h3{color: #4ba356; font-size: 50px;}

#n-banner .carousel-caption h3 span{font-family: Carefree;font-size: 86px; padding-right: 30px;font-weight: normal;}

@media (max-width: 767px) {
	
	#n-banner .carousel-caption{top: 22%;}
	
	#n-banner .carousel-caption h3{font-size: 34px;}
	
	#n-banner .carousel-caption h3 span{font-size: 52px; display:none;}
}

#n-banner.banner-white h3{color: #FFFFFF;}

/*内页导航*/

.newstop{width: 100%; padding-bottom: 30px; border-bottom: 1px solid #e2e2e2; padding-top: 25px;}

.newstop a{ color:#444444; font-size:18px; font-family:"微软雅黑"; font-weight:normal; padding-right:70px;}

.newstop a:hover{ color:#4ba356;text-decoration: none; font-weight:bold;}

.newstop a.currclass{ color:#4ba356;font-weight:bold;}

/*新闻栏目页*/

#s-news{ background:#ffffff; padding-bottom: 200px;}

#s-news .n-jiankang{ width: 100%; min-height: 332px; padding-bottom: 46px; border-bottom: 1px solid #e2e2e2; padding-top: 58px; display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;}

#s-news .n-jiankang .n-newsimg{width: 100%; height: auto; overflow: hidden;}

#s-news .n-jiankang img{
    max-width: 100%;
    height:auto;
    transform:  scale(1);
    -moz-transform:  scale(1);
    -webkit-transform:  scale(1);
    -ms-transform:  scale(1);
    -o-transform:  scale(1);
    transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    -ms-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
}

@media(min-width:768px){
	#s-news .n-jiankang img:hover{
		transform:  scale(1.1);
		-moz-transform:  scale(1.1);
		-webkit-transform:  scale(1.1);
		-ms-transform:  scale(1.1);
		-o-transform:  scale(1.1);
	}
}

#s-news a h3{font-size: 30px; font-weight: bold; margin-bottom: 18px; color: #353535;}

#s-news a:hover h3{color:#4ba356;text-decoration: none;}

#s-news h4{font-size: 16px; font-weight: normal; margin-bottom: 36px; color: #858585;}

#s-news p{font-size: 18px; font-weight: normal; line-height: 30px; color: #858585;}

.zsjj p{ line-height:30px; color:#363636; font-size:16px; text-align: justify;}

@media (max-width:767px) {
	#s-news a h3{font-size: 19px;margin-top:18px;}
	#s-news h4{margin-bottom:18px;}
	#s-news p{font-size: 13px; line-height:24px;}
}

/*名师团队*/

#n-teacher{ background:#ffffff; padding-bottom: 200px;}

#n-teacher .n-jiankang{ min-height: 466px; padding-bottom: 65px;  padding-top: 65px; width: 100%; border-bottom: 1px solid #e2e2e2; display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;}

#n-teacher .n-jiankang .n-newsimg{width: 100%; height: auto; overflow: hidden;}

#n-teacher .n-jiankang img{
    max-width: 100%;
    height:auto;
    transform:  scale(1);
    -moz-transform:  scale(1);
    -webkit-transform:  scale(1);
    -ms-transform:  scale(1);
    -o-transform:  scale(1);
    transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    -ms-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
}

@media(min-width:768px){
	#n-teacher .n-jiankang img:hover{
		transform:  scale(1.1);
		-moz-transform:  scale(1.1);
		-webkit-transform:  scale(1.1);
		-ms-transform:  scale(1.1);
		-o-transform:  scale(1.1);
	}
}

#n-teacher h3{font-size: 30px; font-weight: bold; margin-bottom: 18px; color: #444444;}

#n-teacher h3:hover{color:#4ba356;text-decoration: none;}

#n-teacher h4{font-size: 16px; font-weight: normal; margin-bottom: 97px; color: #444444;}

#n-teacher p{font-size: 16px; font-weight: normal; line-height: 30px; color: #444444;}

@media (max-width:767px) {
	#n-teacher a h3{font-size: 19px;margin-top:18px;}
	#n-teacher h4{margin-bottom:18px;}
	#n-teacher p{font-size: 13px; line-height:24px;}
}

#n-teacher h2{ margin-top: 0px; padding-left: 34px; margin-bottom:25px; font-size:40px; color:#444444; font-family:"微软雅黑"; font-weight: bold;}

#n-teacher .news_right .news_right_kuang h4{color:#444444; font-size:16px; font-family:"微软雅黑"; font-weight:normal;margin-top: 25px; margin-bottom: 15px; text-align: center;}

#n-teacher .teacher-nr{background: url("/yueduimages/nrtop_bg.jpg") 15px 53px no-repeat; padding-top: 53px;}

/*书房荣誉*/

#n-honor{ background:#ffffff; padding-bottom: 30px;}

#n-honor h2{ margin-top: 0px; padding-left: 34px; margin-bottom:25px; font-size:40px; color:#444444; font-family:"微软雅黑"; font-weight: bold;}

#n-honor .honor-nr{background: url("/yueduimages/nrtop_bg.jpg") 15px 53px no-repeat; padding-top: 53px;}

#n-honor .honor-kuang{border-bottom: 1px solid #e2e2e2;}

#n-honor .n-newsimg{width: 100%; height: auto; overflow: hidden;text-align:center;margin-top:65px;}

#n-honor img{
    max-width: 100%;
    height:auto;
    transform:  scale(1);
    -moz-transform:  scale(1);
    -webkit-transform:  scale(1);
    -ms-transform:  scale(1);
    -o-transform:  scale(1);
    transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    -ms-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
}

@media(min-width:768px){
	#n-honor img:hover{
		transform:  scale(1.1);
		-moz-transform:  scale(1.1);
		-webkit-transform:  scale(1.1);
		-ms-transform:  scale(1.1);
		-o-transform:  scale(1.1);
	}
}

#n-honor h3{font-size: 18px; font-weight: bold; margin-bottom: 12px; margin-top:50px; color: #4ba356; text-align:center;}

#n-honor p{font-size: 16px; font-weight: normal; line-height: 30px; margin-bottom: 70px; color: #444444;text-align:center;}

@media (max-width:767px) {
	#n-honor h2{font-size:28px; }
}

/*新闻内页*/

.news_nr{background: url("/yueduimages/nrtop_bg.jpg") 15px 53px no-repeat; padding-top: 53px;}

.news_nr h3{ margin-top: 0px; padding-left: 34px; margin-bottom:25px; font-size:40px; color:#444444; font-family:"微软雅黑"; font-weight: bold;}

.news_nr h3 span{font-weight:normal;font-size:30px;}

.news_nr h5{padding-left: 34px; margin-bottom:70px; font-size:16px; font-family:"微软雅黑"; font-weight: bold;color:#a7a7a7;}

.img-responsive{ max-width:100% !important;}

.news_nr p{ line-height:35px; color:#444444; font-size:18px;}

.news_nr img{ max-width:100%; margin-bottom: 40px;}

.news_right .newstop{color:#444444; font-size:18px; font-family:"微软雅黑"; font-weight:bold;padding:25px 0px; text-align: center; float: left;}

.news_right .news_right_bg{
	background: -webkit-linear-gradient(#f0f0f0, #FFFFFF); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#f0f0f0, #FFFFFF); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#f0f0f0, #FFFFFF); /* Firefox 3.6 - 15 */
	background: linear-gradient(#f0f0f0, #FFFFFF); /* 标准的语法 */
	padding:35px 30px;
	float: left;
}

.news_right .news_right_kuang{ width: 100%; height: auto; float: left;}

.news_right .news_right_kuang h4{color:#444444; font-size:16px; font-family:"微软雅黑"; font-weight:normal;margin-top: 25px; margin-bottom: 15px; text-align: center;}

.news_right .news_right_kuang h5{color:#a1a1a1; font-size:14px; font-family:"微软雅黑"; font-weight:normal;margin-top: 0px; margin-bottom: 35px; text-align: center;}

.news_right .news_right_kuang img{ width: 100%;}

@media (min-width:768px) {
	.news_nr{ padding-right:8%;}
}

@media (max-width:767px) {
	.news_nr h3{ padding-left: 20px; margin-bottom:15px; font-size:19px;}
	.news_nr h3 span{font-weight:normal;font-size:19px;}
	.news_nr h5{padding-left: 20px; margin-bottom:40px; font-size:15px;}
	.news_nr p{line-height:24px;  font-size:13px; margin-bottom:20px;}
}

/*关于我们*/

.s-news{padding-bottom:80px;}

@media (max-width:767px) {
	.s-news .news_nr h3{ padding-left: 20px; margin-bottom:40px; font-size:19px; line-height:52px;}
	.news_right{ display:none;}
	#s-news img{width: 100%;}
	.news_right .news_right_bg{padding:15px 10px;}
	.newstop{padding-bottom: 10px;}
	.newstop a{ padding-right: 0px; text-align: center; width: 50%; float: left; padding-bottom: 10px;}
}

/*书房风采*/

#baby-section{background-color: #f3f3f3; padding-bottom: 200px;}

#baby-section .baby-pic{ padding: 16px; background: #ffffff; display: block;}

#baby-section .fengcai{ margin-top: 37px;}

#baby-section img{width: 100%;}

@media (max-width:767px) {
	#baby-section .fengcai{ padding-left:2px; padding-right:2px; margin-top: 4px;}
}

/*咨询报名*/

#consult-section{margin-bottom: 150px;}

#consult-section .myform{ border: 1px solid #afafaf; padding:50px 80px; margin-bottom: 85px; margin-top: 100px;}

#consult-section .myform tr td{ height: 70px;}

#consult-section .myform .lefttdbg{font-size: 16px;color: #343434; width: 90px;}

#consult-section .form-control{width: 100%;}

#consult-section .form-check-label{padding-right: 40px; padding-left: 5px; text-align: left; font-size: 16px; color: #343434;}

#consult-section p{color: #4ba356; font-size: 16px; font-weight: bold;text-align: center; margin-top: 30px;}

@media (max-width:767px) {
	
	#consult-section .myform{ border:none; padding:10px;}
}

/*文章分页样式*/
#fenye{clear:both; margin:0px 20px 0 0; width: 100%; padding-top:20px; font-size: 16px;}
#fenye a{text-decoration:none; display:inline;border-radius: 3px;line-height:34px; color:#4c4c4c;}
#fenye .prev,#fenye .next{width:52px; text-align:center;  line-height:34px; color:#4c4c4c;}
#fenye a.curr{width:34px;background:#3ba356; border:1px solid #3ba356; color:#4c4c4c;font-weight: 12px; font-weight:bold; text-align:center;}
#fenye a.curr:visited {color:#fff;}
#fenye a.curr font{ color: #FFFFFF !important;}
#fenye a{color:#4c4c4c;background:#fff; margin:0px 5px; border:1px solid #4c4c4c; float:left; text-align:center;height:34px;line-height:34px}
#fenye a.num{width:22px;}
#fenye a:visited{color:#3ba356;} 
#fenye a:hover{ float:left;}
#fenye span{line-height:30px; font-size:13px; height:30px;}

.n-nr #fenye span{width:auto; border-bottom:none; display: inherit; height:auto;}

/**
* 4.30 - Blog Page
* -----------------------------------------------------------------------------
*/
.tzblog-wrap{
    background: #eeeeee;
    padding: 81px 0;
}
.not-return{
    padding: 60px 0 0 0;
}
.not-return h4{
    text-align: center;
    text-transform: uppercase;
}
.nav-previous,
.nav-next{
    display: inline-block;
}
.nav-previous{
    margin-right: 15px;
}
.plazart-navigation .nav-next a,
.plazart-navigation .nav-previous a{
    color: #000;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
}
.not-return a{
    color: red;
    display: block;
    padding-top: 10px;
    text-align: center;
}
body .blog-item-first{
    margin-top: 50px;
}
.dekor_sticky{
    background: none repeat scroll 0 0 #a60012;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: 30px;
    left: -55px;
    padding-top: 4px;
    position: absolute;
    text-align: center;
    top: 30px;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    width: 200px;
    z-index: 99999;
}
.blog-item{
 /*   background: #fff;
    text-align: center;*/
    padding-bottom: 43px;
    margin-top: 30px;
    position: relative;
    overflow: hidden;

}

.tzblog-slider{
    position: relative;
    max-height: 500px;
    overflow: hidden;
}
.tzblog-slider-content{
    list-style: none;
    padding: 0;
    margin: 0;
}

.tzblog-slider .tz_slider_prev{
    left: 40px;
}
.tzblog-slider .tz_slider_next{
    right: 40px;

}
.tzblog-image img{
    width: 100%;
}
.blog-item h4.blogpost-title{
    padding: 47px 0 27px;
    margin: 0;
    text-align: center;
}
.blog-item h4.blogpost-title:hover a{
    color: #f1805f;
}
.blog-item h4.blogpost-title a{
    color: #000000;
    display: block;
    font-family: 'Raleway',sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
    padding: 0;
    text-decoration: none !important;

}
.blog-item h4.tzquote-title a {
    color: #000000;
    display: block;
    font-family: "Raleway",sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
    padding: 0;
    text-decoration: none !important;
}
.blog-item h4.tzquote-title a:hover{
    color: #f1805f;
}
.blog-item h4.tzquote-title{
    padding: 47px 0 25px;
    margin: 0;
    text-align: center;

}
.blog-item p{
    color: #000000;
    display: block;
    font-family: 'Raleway',sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 25.2px;
    margin: 0;
    padding: 5px 9%;
    position: relative;
}

.tzblog-viewmore{
    border: 2px solid #000;
    background: none;
    color: #000000;
    font-family: 'Raleway',sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 15px;
    margin: 30px 0 0 0;
    padding: 18px 34px 17px;
    border-radius: 2px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-decoration: none !important;
}
.tzblog-viewmore:after{
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    left: -100%;
    top: 0;
    transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    background: #000;
}
.tzblog-viewmore:hover:after{
    left: 0;
}
.tzblog-viewmore:hover span{
    color: #fff;
}
.tzblog-viewmore span{
    color: #000;
    position: relative;
    z-index: 999;
}
.iframe-full-audio{
    width: 100%;
    height: 110px;
    border: 0;
}
.blog-video .tzautoplay,
.blog-video .tzpause{
    background: none;
    border: 0;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 9999;
    margin-top: -50px;
    margin-left: -52px;
}
.blog-video .tz-video:after{
    z-index: 999;
    background: rgba(0,0,0,0.3);
}
.blog-video .tzautoplay i{
    font-size: 100px;
    color: #ffffff;
    line-height: 100px;
}
.blog-video .tzpause i{
    font-size: 90px;
    color: #ffffff;
    line-height: 100px;
}
.blog-video .tz-video {
    height: 500px;
    z-index: 999;
}
.blog-item .fa-quote-left{
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    padding-right: 6px;
    transform: translateY(-9px);
    -moz-transform: translateY(-9px);
    -webkit-transform: translateY(-9px);
    -o-transform: translateY(-9px);
    -ms-transform: translateY(-9px);
}
.blog-item .fa-quote-right{
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    padding-left: 6px;
    transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
}
.tzquote{
    position: relative;
    padding-bottom: 4px;
}

.tzquote p:after{
    display: none;
}
.tzquote p{
    color: #000000;
    display: block;
    font-family: 'Raleway',sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 41px;
    margin: 0;
    padding: 0 9% 28px;
    text-align: center;

}
.tzquote strong{
    color: #000000;
    display: block;
    font-family: 'Raleway',sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    margin: 0;
    padding: 0;
    text-align: center;

}
.tzpagenavi-blog{
    text-align: center;
    margin: 50px 0 20px;
}
.tzpagenavi-blog .wp-pagenavi  span.current,
.tzpagenavi-blog .wp-pagenavi  a:hover,
.tzpagenavi-blog .wp-pagenavi  a:focus{
    background: #000000;
    color: #fff;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    font-weight: 400;
}
.tzpagenavi-blog .wp-pagenavi  a:first-child{
    margin: 0;
}
.tzpagenavi-blog .wp-pagenavi  a,
.tzpagenavi-blog .wp-pagenavi  span{
    color: #000000;
    display: inline-block;
    font-family: 'Raleway',sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin: 0 0 0 6px;
    padding: 6px 17px;
    text-align: center;
    border: 2px solid #000;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    background: none;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    text-decoration: none !important;
}
/*---------------Blog Grid--------------*/
.gird-margin{
    margin-top: 23px;
}
body .blog-gird-item {
    padding-bottom: 35px;
    margin-top: 30px !important;
}

.pageblog-thumb{
    position: relative;
    height:auto;
    overflow: hidden;
}
@media(max-width:1199px){
	.pageblog-thumb{height:110px;}
	}
@media(max-width:991px){
	.pageblog-thumb{height:150px;}
	}
@media(max-width:767px){
	.pageblog-thumb{height:100%;}
	}
.pageblog-thumb:after{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: rgba(51,51,51,0.8);
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    opacity: 0;
}
.blog-gird-item:hover .pageblog-thumb:after{
    opacity: 1;
}

.pageblog-thumb img{
    width: 100%;
    height: 100%;
    transform:  scale(1);
    -moz-transform:  scale(1);
    -webkit-transform:  scale(1);
    -ms-transform:  scale(1);
    -o-transform:  scale(1);
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
}
body .blog-gird-item h4{
    padding: 30px 0;
    margin: 0;
	font-size:18px;
	font-weight:bold;
	color:#858585;
}
body .blog-gird-item h4:hover a{
    color: #3ba356;
}
body .blog-gird-item h4 a{
    color: #353535;
    display: block;
    font-family:"微软雅黑";
    font-size: 19px;
	font-weight: bold;
    line-height: 28px;
    margin: 0;
    padding: 0;
    text-decoration: none !important;

}
body .blog-gird-item p{
    color: #858585;
    display: block;
    font-family:"微软雅黑";
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    margin: 0;
    padding: 0;
    position: relative;
}

.blog-gird-item .tzblog-meta {
    display: block;
    margin-top: 0px;
    /*text-align: center;*/
    padding-bottom: 20px;
	border-bottom: none;
	color: #393939;
	font-size: 16px;
}
@media (max-width:767px){
	.blog-gird-item .tzblog-meta { margin-top:0px; padding: 0px 15px 10px;}
	body .blog-gird-item h4{
		padding: 10px 15px 10px;
	}
	body .blog-gird-item h4 a{
		font-weight: normal;
		font-size: 19px;
		font-weight: bold;
	}
	.tzblog-meta em{font-size: 16px;}
	body .blog-gird-item p{
		line-height:24px;
		font-size: 13px;
		padding: 0 15px 10px ;

	}
}

.tzblog-view{
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #4ba356;
    text-align: center;
    text-decoration: none !important;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    z-index: 999;
    transform: rotate(360deg) scale(0);
    -moz-transform: rotate(360deg) scale(0);
    -webkit-transform: rotate(360deg) scale(0);
    -o-transform: rotate(360deg) scale(0);
    -ms-transform: rotate(360deg) scale(0);
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;

}
.tzblog-view:after {
    border: 1px solid #4ba356;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all 0.3s linear 0.1s;
    -moz-transition: all 0.3s linear 0.1s;
    -webkit-transition: all 0.3s linear 0.1s;
    -ms-transition: all 0.3s linear 0.1s;
    -o-transition: all 0.3s linear 0.1s;
    width: 100%;
}
.tzblog-view:before {
    border: 1px solid #4ba356;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    width: 100%;
}
.tzblog-view:hover:before {
    opacity: 0;
    transform: scale(1.3);
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
}
.tzblog-view:hover:after {
    opacity: 0;
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.tzblog-view:hover {
    background: none repeat scroll 0 0 transparent;
}
.tzblog-view:hover i {
    color: #4ba356;
}
.tzblog-view i{
    color: #fff;
    line-height: 50px;
    font-size: 21px;
}
.blog-gird-item:hover .tzblog-view{
    transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -webkit-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    -o-transform: rotate(0) scale(1);

}
.blog-gird-item:hover .pageblog-thumb img{
    transform:  scale(1.3);
    -moz-transform:  scale(1.3);
    -webkit-transform:  scale(1.3);
    -ms-transform:  scale(1.3);
    -o-transform:  scale(1.3);
}
/*---------------Blog Grid 3 column--------------*/
.blog-gird-item3 .pageblog-thumb{
    height: 370px;
}
body .blog-gird-item3{
    padding-bottom: 33px;
}
body .blog-gird-item3 h4{
    padding: 24px 25px 12px;
    margin: 0;
    text-align: center;
}
body .blog-gird-item3 p{
    padding: 0 10% 23px;
}
body .blog-gird-item3 .tzblog-meta em{
    float: left;
}
body .blog-gird-item3 .tzblog-meta  a{
    float: right;
}
/*---------------Blog Grid 2 column--------------*/
.blog-gird-item2 .pageblog-thumb{
    height: 570px;
}
body .blog-gird-item2{
    padding-bottom: 32px;
}
body .blog-gird-item2 .tzblog-meta em{
    float: left;
}
body .blog-gird-item2 .tzblog-meta  a{
    float: right;
}

